Skip to main content

🔗 Join

The Join action allows you to create a single string by concatenating all items in an array, separated by a specified delimiter.


Configuration​

  • Source Array: Select the array or column containing the items you want to join.
  • Join Width: Enter the delimiter or separator string that will be placed between each item in the resulting string.
  • Assign Variable: Choose the variable where the resulting joined string will be stored.

Features​

  • Concatenates array elements into a single string.
  • Supports custom delimiters such as commas, spaces, or other characters.
  • Stores the output in a user-defined variable for later use.
  • Simplifies string creation from array data.

Use Cases​

  • Combine a list of tags or keywords into a comma-separated string.
  • Generate a formatted list of names or emails.
  • Prepare data for display or export.
  • Create dynamic strings from arrays in Pageflows.

Notes​

  • Ensure the Source Array contains string-compatible values.
  • Choose an appropriate delimiter to match your formatting needs.
  • The output variable can be used in subsequent Pageflows steps.

Tip: Use Join in combination with Filter array or Select actions to create customized strings from filtered or transformed data.